home *** CD-ROM | disk | FTP | other *** search
- property UpCM, DownCM, UpNum, DownNum, button_active
-
- on mouseDown me
- set the member of sprite the spriteNum of me to member the DownCM of me
- set the button_active of me to 1
- end
-
- on mouseUp me
- set the member of sprite the spriteNum of me to member the UpCM of me
- set the button_active of me to 0
- set wleft to the stageLeft
- set wtop to the stageTop
- set stagedef to rect(wleft, wtop, wleft + 640, wtop + 480)
- set the rect of window "panic" to stagedef
- set the windowType of window "panic" to 3
- open(window "panic")
- pause()
- end
-
- on mouseEnter me
- if the button_active of me then
- set the member of sprite the spriteNum of me to member the DownCM of me
- end if
- end
-
- on mouseLeave me
- if the button_active of me then
- set the member of sprite the spriteNum of me to member the UpCM of me
- end if
- end
-
- on mouseUpOutSide me
- set the button_active of me to 0
- end
-
- on beginSprite me
- set the UpCM of me to the member of sprite the spriteNum of me
- set the UpNum of me to the number of member UpCM
- set the DownNum of me to the number of member DownCM
- set the button_active of me to 0
- end
-
- on endSprite me
- end
-
- on getPropertyDescriptionList
- if the currentSpriteNum = 0 then
- set memdefault to 0
- else
- set memref to the member of sprite the currentSpriteNum
- set castLibNum to the castLibNum of memref
- set memdefault to member (the memberNum of member memref + 1) of castLib castLibNum
- end if
- set p_list to [#DownCM: [#comment: "テ「テシテツオテテスティテ崚ォ窶佚テε韻テ嘉
テ
[テ姥:", #format: #graphic, #default: memdefault]]
- return p_list
- end
-
- on getBehaviorDescription
- return "テ厭テ右テ厩テ榎テ韻テ嘉ャテ運テテε ツ テュuテ窶ヲテョテステ「テサテツオテ②テゥツゥテャテテャIテ窶ヲテ穎テ韻テ嘉「テ韻テ曳テテ敕テ暗益テ叡テ鰻テ嘉姪閲テ運テ嘉ャテテ静ツオテニ津厩テ益テ嘉「テ韻テ曳テツ敕ィテテョツヲテツオテ窶ケテテ敕③テ厩テ益テ嘉「テ韻テ曳テ窶ヲテァツシティテ「テ窶ヲテ、テ妥テ凝ャテアテニ津テテテ催テステ鵜テ嘉嘉厩テ曳テ嘉
テ嘉ャテ頴テ
[テ邃「テ②テ閲テ運テ嘉ャテテε
uテッWティテテ
vティテ崚ォ窶佚ツ敕ゥツカテテ敕窶。テテεテ静窶コテツサテナステテ催窶ケテテ敕③テ益テ叡テ鰻テ嘉姪閲テ運テ嘉ャテテ静ツオテニ津ャテテァテ湘ナステテセテテステツ「テ厩テ益テ嘉「テ韻テ曳テ窶ヲテ栄テ嘉「テ叡テ碓テツオテニ津ゥgテウpテツオテニ津ツ催テヲテナステツ「テ③" & RETURN & RETURN & "テ⒃テ英テ嘉「テ嘉
テ
[テ運テ⒄" & RETURN & "窶「 テ「テシテツオテテスティテ崚ォ窶佚テε韻テ嘉
テ
[テ姥: テ閲テ運テ嘉ャテ邃「テ「テシテナステテ催テスティテ崚ォ窶佚テε韻テ嘉
テ
[テ姥テテ静ツサテテ暗詠テ叡テ曳テ厭テ叡テ益テ鵜テ嘉嘉厩テ曳テ嘉
テ嘉ャテ頴テ
[テツ敕ォIテォツ敕③テ映テ液テ羽テ嘉」テ曳テテ陛②テ厩テ益テ嘉「テ韻テ曳テ窶ヲテ・ツェテァ窶コテ、テ妥テ凝ャテアテニ津テテテ催ニ津ツ「テテ暗鵜テ嘉嘉厩テ曳テ嘉
テ嘉ャテ頴テ
[テテεウテ療⑿テ鵜テ嘉嘉厩テ曳テョ窶佚ァテ + 1テ⒀テテε鵜テ嘉嘉厩テ曳テ嘉
テ嘉ャテ頴テ
["
- end
-